翻訳と辞書
Words near each other
・ Trans-tubular potassium gradient
・ Trans-umbilical breast augmentation
・ Trans-X
・ Trans-zeatin O-beta-D-glucosyltransferase
・ TRANS.TBL
・ Trans7
・ Transa
・ Transa (album)
・ Transacqua
・ TransACT
・ Transact-SQL
・ Transactinide element
・ Transaction
・ Transaction account
・ Transaction Advisors
Transaction Application Language
・ Transaction authentication
・ Transaction authentication number
・ Transaction banking
・ Transaction Capabilities Application Part
・ Transaction Control Language
・ Transaction cost
・ Transaction data
・ Transaction de Novo
・ Transaction deposit
・ Transaction document
・ Transaction Language 1
・ Transaction log
・ Transaction logic
・ Transaction Management eXecutive


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Transaction Application Language : ウィキペディア英語版
Transaction Application Language
Transaction Application Language or TAL (originally "Tandem Application Language") is a block-structured, procedural language optimized for use on Tandem hardware. TAL resembles a cross between C and Pascal. It was the original system programming language for the Tandem CISC machines, which had no assembler.
The design concept of TAL, an evolution of Hewlett Packard's SPL, was intimately associated and optimized with a microprogrammed CISC instruction set. Each TAL statement could easily compile into a sequence of instructions that manipulated data on a transient floating register stack. The register stack itself floated at the crest of the program's memory allocation and call stack.
The language itself has the appearance of ALGOL or Pascal, with BEGIN and END statements. However, its semantics are far more like C. It does not permit indefinite levels of procedure nesting, it does not pass complex structured arguments by value, and it does not strictly type most variable references. Programming techniques are much like C using pointers to structures, occasional overlays, deliberate string handling and casts when appropriate.
Available datatypes include 8 bit, 16 bit, 32 bit and (introduced later) 64 bit integers. Microcode level support was available for null terminated character strings. However, this is not commonly used.
Originally the Tandem NonStop operating system was written in TAL. Recently much of it has been rewritten in C and TAL has been deprecated for new development.
In the migration from CISC to RISC TAL was updated/replaced with pTAL - compilers allowed TAL to be accelerated/re-compiled into Native RISC Applications.
In the current migration from RISC to Intel Itanium 2 TAL and pTAL has been replaced with epTAL, again - compilers allow TAL and pTAL code to be accelerated/re-compiled into native Itanium Applications.



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Transaction Application Language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.